fix build with compilers with default stack-protector enabled
authorNorbert Lange <norbert.lange@andritz.com>
Thu, 19 Sep 2019 15:49:20 +0000 (17:49 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 19 Nov 2019 08:17:12 +0000 (08:17 +0000)
commit1271eb186ef99760ea3b15b1c16024a949feafe0
treeb75702dfa32da5daf5684d6e30f3a1f69e84df8d
parentd74e6612b6bc16c16be06c57e11ee61f58f1c59f
fix build with compilers with default stack-protector enabled

building systemd fails with a compiler that supports
-fstack-protector but does not enable it by default.
(will miss several __stack_chk_* symbols).

fix this by also adding the switch during linking.

Signed-off-by: Norbert Lange <nolange79@gmail.com>
(cherry picked from commit 68e70ac2b27dcb5007fc4009553472f0b9700e66)
(cherry picked from commit 6d97aca0d50343d46cad79af3cabb46dcd56b82f)

Gbp-Pq: Name fix-build-with-compilers-with-default-stack-protector-ena.patch
meson.build